home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_337 / cmanual / unpack < prev    next >
Text File  |  1992-05-06  |  1KB  |  49 lines

  1. echo "This script will regenerate the three C Manual disks using two disk"
  2. echo "drives and three blank disks.  Make sure the AmigaLibDisk is in DF0:"
  3. echo "and the blanks are inserted in DF1:"
  4.  
  5. echo ""
  6.  
  7. assign CM: DF0:CManual
  8.  
  9. echo "Insert disk 1 of 3 in drive DF1: when prompted for it."
  10. wait 5
  11. sys:system/format drive DF1: name M1 noicons
  12. echo "Formatting complete, now extracting files ..."
  13. cd M1:
  14.  
  15. copy CM:ReadMe.doc M1: clone
  16. DF0:c/lharc -x -a -m x CM:Gadgets.lzh
  17. DF0:c/lharc -x -a -m x CM:Graphics.lzh
  18. DF0:c/lharc -x -a -m x CM:Introduction.lzh
  19. DF0:c/lharc -x -a -m x CM:Screens.lzh
  20. DF0:c/lharc -x -a -m x CM:Windows.lzh
  21.  
  22. echo "Insert disk 2 of 3 in drive DF1: when prompted for it."
  23. wait 5        ; got corrupt disks if I didn't do this, strange...
  24. sys:system/format drive DF1: name M2 noicons
  25. echo "Formatting complete, now extracting files ..."
  26. cd M2:
  27.  
  28. DF0:c/lharc -x -a -m x CM:Alerts.lzh
  29. DF0:c/lharc -x -a -m x CM:IDCMP.lzh
  30. DF0:c/lharc -x -a -m x CM:Menus.lzh
  31. DF0:c/lharc -x -a -m x CM:Miscellaneous.lzh
  32. DF0:c/lharc -x -a -m x CM:Requesters.lzh
  33.  
  34. echo "Insert disk 3 of 3 in drive DF1: when prompted for it."
  35. wait 5
  36. sys:system/format drive DF1: name M3 noicons
  37. echo "Formatting complete, now extracting files ..."
  38. cd M3:
  39.  
  40. DF0:c/lharc -x -a -m x CM:Appendix.lzh
  41. DF0:c/lharc -x -a -m x CM:DIY.lzh
  42. DF0:c/lharc -x -a -m x CM:FileWindow.lzh
  43. DF0:c/lharc -x -a -m x CM:Sprites.lzh
  44. DF0:c/lharc -x -a -m x CM:TOOL.lzh
  45.  
  46. assign CM:
  47.  
  48. echo "All done!"
  49.